From 4ee0e1fd3f60502ffc3894820c407e6cdeffa684 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 18 May 2008 11:15:12 +0000 Subject: [PATCH] Fix iksemel compilation (#3451) SVN-Revision: 11166 --- libs/iksemel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/iksemel/Makefile b/libs/iksemel/Makefile index 68ed0f360..995535874 100644 --- a/libs/iksemel/Makefile +++ b/libs/iksemel/Makefile @@ -34,7 +34,7 @@ CONFIGURE_ARGS += \ --with-libgnutls-prefix="$(STAGING_DIR)/usr" \ CONFIGURE_VARS += \ - LIBS="-lgnutls -lgcrypt -lgpg-error" \ + LIBS="-L$(STAGING_DIR)/usr/lib -Wl,-rpath-link,$(STAGING_DIR)/usr/lib -lgnutls -lgcrypt -lgpg-error" \ define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" all install -- 2.30.2